home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / sco5x / common / bin / script1 < prev    next >
Text File  |  1998-06-30  |  365b  |  19 lines

  1. #!/bin/sh
  2. #
  3. # Copyright (c) 1990-1998 Enlighten Software Solutions, Inc.
  4. #
  5. #       SID     @(#)script1.sh    1.2 - 95/10/16
  6. #
  7.  
  8. $ENLIGHTEN/bin/ban "This is"   | egrep -v '^[ ]*$'
  9. echo
  10. $ENLIGHTEN/bin/ban "Script #1" | egrep -v '^[ ]*$'
  11.  
  12. if test `echo -n | wc -l` -eq 0
  13. then
  14.     echo -n "Hit Enter/Return to continue"
  15. else
  16.     echo "Hit Enter/Return to continue\c"
  17. fi
  18. read ans
  19.